home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / shells / flin-0.5 / flin-0 / flin-0.5.1 / ChangeLog < prev    next >
Text File  |  1996-04-26  |  3KB  |  131 lines

  1. -- 0.5.1
  2. 26-Apr-96
  3.     * fixed bug wherescreen wouldnt echo after exiting via Logout
  4. 27-Mar-96
  5.     * system.help started
  6.     * Emacs cursor control added (^N, ^P, ^F, ^B)
  7.     * removed keys `u' and `d', use Emacs type instead
  8. 23-Mar-96
  9.     * fixed typo in ncurses.c
  10.     * updated lsm to point to new secondary location
  11.     * changed e-mail addresses to point to new one
  12.  
  13. -- 0.5
  14. Thu 14-Mar-96
  15.     * Long delay, finally squashed the fflush thing. ready for
  16.       release
  17. Fri 6-Oct-95
  18.     * Lots of changes courtesy of Stephen Fegan <steve@orca.ucd.ie>
  19.         * security fix, uses fork() exec() combo instead of
  20.           system()
  21.         * handles child processes
  22.         * can no longer CTRL-C/Z out of flin
  23.         * loads a system and user RC file on initialization
  24.             * exec
  25.             * setenv
  26.             * unsetenv
  27.             * pause
  28.             * sleep
  29.             * logging
  30.             * noclobber
  31.             * restrict
  32.         * can log user access
  33.         * backspace key works now.
  34.         * ^L refreshes the screen
  35.         * left arrow key can't log out on main menu when
  36.           noclobber is set
  37.  
  38. Fri 29-Sep-95
  39.     * Can ESCAPE from a dialog box
  40.     * Token `Args' has an optional field where you specify the
  41.       prompt, thanks James Robinson <jimr@simons-rock.edu>
  42.  
  43. Sun 23-Jul-95
  44.     * added directive `NoBox' to prevent box from being drawn
  45.       around windows.
  46.  
  47. -- 0.4
  48. Thu 12-Jul-95
  49.     * can put args on the command line with `Args' token
  50.     * can have blank lines in menus
  51.     * Status bars added
  52.     * Can hit `H' for help
  53.     * Can hit `G' to display the GPL
  54.  
  55. Wed 12-Jul-95
  56.     * `configure' should detect ncurses now.
  57.     * Menus are centered on the screen
  58.     * Color support added
  59.     * Clears screen on exit
  60.  
  61. Tue 11-Jul-95
  62.     * `Windows' started, looks more like `dialog'
  63.  
  64. Mod 10-Jul-95
  65.     * `Quit' token added
  66.  
  67. Fri 23-Jun-95
  68.     * spelling error
  69.  
  70. -- 0.3.2
  71. Sun 18-Jun-95
  72.     * whoops, autoconf error
  73.     * more autoconf cleanups
  74.  
  75. -- 0.3.1
  76. Tue 13-Jun-95
  77.     * Code cleanup finished (for the time), I really should
  78.       have used c++.
  79.     * GNU autoconf used to generate Makefiles and the like
  80.  
  81. Mon 30-May-95
  82.     * Code cleanup started
  83.     * Whoops, acronym error in README
  84.     * Error in misc.h
  85.  
  86. -- 0.3
  87. Thu May 18, 1995
  88.     * It has a name! Flin, thanks to flin@ix.netcom.com
  89.     * Manual started.
  90. Tue May 16, 1995
  91.     * malloc'ed variables cleaned up (thanks William Crosmun)
  92. Sat May 13, 1995
  93.     * Added command line options:
  94.         * -d sets the token delimiter.
  95.         * -c sets the comment character.
  96.         * -e sets the escape character.
  97.     * Cleanup of `parse.c', thanks again to Peter Hall.
  98.     * Escape character added, configurable via config.h.
  99. Thu May 11, 1995
  100.     * Added command line options:
  101.         * -h displays a help message.
  102.         * -V displays version information and compile
  103.           time options.
  104.     * Test menu has #comments!
  105.     * README changed; It's still inadequate, but better.
  106. Wed May 10, 1995
  107.     * configurable comment delimiter in config.h
  108.  
  109. -- 0.2.2
  110. Tue May 9, 1995
  111.     * Added patches by Peter Hall <pernod@pernod.demon.co.uk>
  112.         * White space is tabs and spaces.
  113.         * case independent keyword grok.
  114.         * wrapper around malloc() calls.
  115.         * more cool #defines.
  116.     * configurable token delimiter in config.h.
  117.  
  118. -- 0.2.1
  119. Mon May 8, 1995
  120.     * <CR> functions like ->.
  121.  
  122. -- 0.2
  123. Mon May 8, 1995
  124.     * loads default menu when no args are present.
  125. Sun May 7, 1995
  126.     * fixed screen clear bug.
  127.  
  128. -- 0.1
  129. Wed Apr 26, 1995
  130.     * Version 0.1 release.
  131.